home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Online / Drag-n-Drop-Email-as.05 / ReadMe < prev   
Text File  |  1996-07-17  |  3KB  |  57 lines

  1. Drag-n-Drop-Email-as  v 0.5
  2. Copyright ©1996 Joseph Santaniello. All Rights Reserved.
  3.  
  4. What it does:
  5.  
  6. This Applescript sends e-mail messages to, and gets e-mail messages from your mail server.
  7.  
  8. The script sends via e-mail the contents of text files dropped on it's Icon.
  9. The first line of a text file you wish to send as e-mail must be the recipients
  10. complete e-mail address followed by a return. The address will not be seen on
  11. the recieved message. Multiple text files may be dropped on it, but not folders.
  12.   
  13. When it is run by double clicking, it checks to see if there is any mail waiting for you.
  14. You are then informed of how many messages are waiting and asked whether to get them 
  15. or not. If you elect to get your mail the script  creates a folder called "AppleScript Inbox"
  16. on your Desktop, if one does not exist already. If one does, it just uses that one. It then
  17. retrieves your messages, saving them as text files in the "AppleScript Inbox" folder using
  18. names like "Message #1 12h22m45s" , "Message #2 12h22m51s", etc. Once messages 
  19. are retrieved from the server, they are deleted.
  20.  
  21. It If a PPP connection is not in place when the script runs, it will open a connection and 
  22. then close it when it is finished with whatever function is being used. If there is already 
  23. a PPP connection in place when the Script runs, when finished it will leave the PPP connection
  24. as if found it. 
  25.  
  26. This Script will use Text-to-Speech to augment it's interface, if available.
  27.  
  28. This version supports mail servers with whatever name you enter during configuration,
  29. handles errors better, and determines if the necessary Scripting Additions are installed.
  30.  
  31. What it requires:
  32.  
  33. This script as yet has only been tested on with System 7.5.3 and FreePPP 2.5.
  34. It does not work properly with OpenTransport.  AppleScript v1.0 or later, Drag and Drop, 
  35. Scriptable finder, and the following Scripting Additions are required: 
  36.  
  37. MacPPP Control OSAX  found in UMich mirrors at /util/comm/macpppcontrol1.4.sit.hqx
  38.  
  39. TCP/IP Scripting Additions OSAX found in UMich mirrors at /util/script/tcpipscriptingadd1.12.cpt.hqx
  40.  
  41. The following Scripting Addition is not required, but adds functionality to the script if 
  42. Text-to-Speech is installed:
  43.  
  44. Speech OSAX found in Info-Mac mirrors at /cfg/speech-as.hqx
  45.  
  46.  
  47. Yeah, and?
  48.  
  49. This Script is free, however you are required send me e-mail with your comments.
  50.  
  51. This Script may be included in CD-ROM collections if this documentation is included,
  52. and if possible I am given a copy. This Script is warranted to do nothing. If it doesn't
  53. do nothing you can have your money back. Or maybe I can have your money back...?
  54.  
  55. Joseph Santaniello <cvoss@sn.no>              http://www.sn.no/~cvoss/Joe
  56.  
  57.